Auto merge of #3231 - TimNN:patch-1, r=alexcrichton
authorbors <bors@rust-lang.org>
Wed, 26 Oct 2016 17:02:31 +0000 (10:02 -0700)
committerGitHub <noreply@github.com>
Wed, 26 Oct 2016 17:02:31 +0000 (10:02 -0700)
Fix rust-lang/rust#35203 warning/error

rust-lang/rust#35203 made patterns in functions without body into a warn by default lint (which is being `deny`ed here).

cc rust-lang/rust#37378, rust-lang/rust#37416


Trivial merge